docs: add runtime-core alignment audit for agent-sdk#40
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
@commandlayer/runtime-core@1.2.0and surface release blockers.Description
AUDIT-agent-sdk-runtime-core-alignment.mdat the repo root containing ratings, findings, duplicate-logic inventory, public API mismatches, files likely affected, safe migration order, required tests, and release blockers.proofenvelope (fields likeproof.canonical,proof.alg,proof.signature), uses lowercaseed25519in schema/tests, implements local canonicalization/signing insrc/canonicalize.ts,src/receipt.ts, andsrc/crypto.ts, and performs verification via remote verifier HTTP calls only (cl.verify).src/index.ts,src/receipt.ts,src/crypto.ts,src/canonicalize.ts,src/schemas.trust-receipt-v1.json, tests, docs, and examples).Testing
npm install, which failed due to a registry 403 when fetchingrequire-from-string-2.0.2.tgz, preventing dependency installation.npm run build, which failed with TypeScript module/type errors caused by missing dependencies and type definitions after the install failure.npm test, which also failed becausepretestcalls the build step that failed; therefore automated test suite could not complete successfully.Commit recorded as SHA
8e69f2775543fb2acd44078ea7b1f2fa85a3f238and the audit file contains the full findings and recommendations for the next implementation steps.Codex Task